<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.content1024 {
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
}

/************************ header  ************************/

#header {
  height: 80px;
  background-color: #0D3966;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;

}

#header #logo {
  position: absolute;
  top: 14px;
  left: 5px;

}
#header #reco {
    position: absolute;
	top: 0px;
	right: 5px;
}

/************************ piaofu  ************************/
#piaofu {
    position: absolute;
    right: 10px;
    top: 20%;
    z-index: 999;

}
#piaofu .piaofu-button {
    height: 40px;
    margin: 5px 0;
    position: relative;
    width: 40px;
  }

#piaofu .piaofu-button a {
    background: url("/img/qq.jpg") no-repeat scroll 0 0 #2A5D92;
    height: 40px;
    line-height: 10000px;
    position: absolute;
    width: 40px;
}

#piaofu .piaofu-button a:hover {
    color: #ffffff;
    font-family: 'microsoft yahei';
	font-size: 14px;
    line-height: 16px;
    text-decoration: none;
	background-image: none;
	width: 28px;
	height: 32px;
	padding: 4px 6px 4px 6px;
}
/************************ content  ************************/
#content {
  margin: 0 auto;
  position: relative;

}
#content .butt {
    background: url("/img/button.png") no-repeat scroll 0 -196px ;
    display: block;
    height: 54px;
    position: absolute;
    top: 350px;
    width: 245px;
}
#content .butt:hover {
    background: url("/img/button.png") no-repeat scroll 0 -250px ;
}

#content .butt1 {
    background: url("/img/button.png") no-repeat scroll 0 0 ;
    display: block;
    height: 44px;
    position: absolute;
    width: 191px;
}
#content .butt1:hover {
    background: url("/img/button.png") no-repeat scroll 0 -44px ;
}
#content .butt2 {
    background: url("/img/button.png") no-repeat scroll 0 -98px ;
    display: block;
    height: 44px;
    position: absolute;
    width: 191px;
}
#content .butt2:hover {
    background: url("/img/button.png") no-repeat scroll 0 -142px ;
}
#content .img1 {
    background: url("/img/home1.png") no-repeat scroll 269px center;
    height: 520px;
    padding: 0;

}

#content .img2 {
    background: url("/img/statics.jpg") no-repeat scroll -75px center ;
    height: 520px;
	background-size: 72%;
    padding: 0;
}
#content .img3 {
    background: url("/img/mobile.jpg") no-repeat scroll -15% center #CFE9F4;
    height: 520px;
	background-size: 70%;
    padding: 0;
}
#content .img4 {
    background: url("/img/statics.jpg") no-repeat scroll -75px center ;
    height: 520px;
	background-size: 72%;
    padding: 0;
}
#content .img5 {
    background: url("/img/zjj.jpg") no-repeat scroll 110% center #CFE9F4;
    height: 520px;
	background-size: 68%;
    padding: 0;
}
#content .t1 {
    color: #FFFFFF;
    font-family: 'STXingkai';
    font-size: 28px;
}
#content .t2 {
    color: #FFFFFF;
    font-family: 'microsoft yahei';
    font-size: 36px;
    letter-spacing: 2px;
}
#content .t3 {
    color: #000000;
    font-family: 'microsoft yahei';
    font-size: 24px;
}
#content .t4 {
    color: #878787;
    font-family: 'microsoft yahei';
    font-size: 16px;
    padding-top: 5px;
}
#content .t5 {
    padding-top: 5px;
}
#content .text1 {
	padding-top: 250px;
}
#content .text2 {
	padding-top: 180px;
	padding-left: 62%;
	width: 250px;
}
#content .text3 {
	padding-top: 180px;
	padding-right: 62%;
}
#content .text4 {
	padding-top: 180px;
	padding-left: 62%;
}
#content .text5 {
	padding-top: 150px;
	padding-right: 62%;
}
#content .text6 {
	padding-top: 20px;
	padding-bottom: 20px;
}
#content .biaoyu1 {
    background-color: #0D3966;
    height: 0px;
}
#content .biaoyu {
 
  height: 60px;
}
#content .usercase{
	text-align: center;	

}
#content .userlogo{
	margin: 7px;
    width: 180px;
}

#content .morecase{
    font-family: 'microsoft yahei';
    font-size: 14px;
	margin-right: 140px;
    text-align: right;
}

/************************ footer  ************************/

.footer {
    background: none repeat scroll 0 0 #2A5D92;
    height: 72px;
	text-align: center;
}

.footCenter {
    height: 72px;
    margin: 0 auto;
    width: 100%;
}

.footText {
    color: #A3A3A3;
    font-family: 'microsoft yahei';
    font-size: 12px;
    line-height: 72px;
}


/************************ max-width: 800px  ************************/
@media screen and (max-width: 800px) {

#content .biaoyu {
  background-size: 100%;
}
#content .t2 {
    font-size: 28px;
    letter-spacing: 2px;
	text-align: left;
	padding-right: 0;
}
#content .t3 {
    color: #000000;
    font-family: 'microsoft yahei';
    font-size: 20px;
}
#content .t4 {
    color: #878787;
    font-family: 'microsoft yahei';
    font-size: 16px;
    padding-top: 5px;
}

#content .text2 {
	padding-left: 58%;
}

#content .text4 {
	padding-left: 58%;
}

#piaofu {

}
}
/************************ max-width: 600px  ************************/
@media screen and (max-width: 600px) {

#header {
  height: 60px;
}

#header #reco {
  display: none;
}
#header #logo {
	top: 4px;
}


#content .biaoyu {
  background: url("/img/biaoyu2.png") no-repeat scroll 0 ;
  background-size: 100%;
}
#content .text1 {
	padding-top: 270px;
}
#content .text2 {
	padding-top: 60%;
	padding-left: 20%;
}
#content .text3 {
	padding-top: 60%;
	padding-left: 20%;
	padding-right: 0;
}
#content .text4 {
	padding-top: 60%;
	padding-left: 20%;
}
#content .text5 {
	padding-top: 240px;
	padding-left: 20%;

}

#content .img1 {
    background: url(/img/home1.png) no-repeat scroll 169px center;
}
#content .img2 {
    background-position: center top;
	background-size: 100%;
}
#content .img3 {
    background-position: center top;
	background-size: 100%;
}
#content .img4 {
    background-position: center top;
	background-size: 100%;
}
#content .img5 {
    background-position: center top;

}
}
</pre></body></html>